home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AppMkr151#2 / Libraries / MPW / AMLibraryC / MainMenu.h < prev    next >
Encoding:
Text File  |  1991-10-08  |  385 b   |  13 lines  |  [TEXT/MPS ]

  1. /* MainMenu.h */
  2. /* Created 9/28/91 10:03 AM by AppMaker */
  3.  
  4. /* This module is used only for compiling the AppMaker library.*/
  5. /* It is not actually part of the library. It is replaced at linktime*/
  6. /* by a MainMenu.h generated for your specific application.*/
  7.  
  8. /*----------*/
  9. void    InitTitles        (void);
  10. void    LoadMenus        (void);
  11. void    DoMenu            (long    MenuChoice);
  12. void    UpdateMenus        (void);
  13.